home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1430.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  457 b   |  18 lines

  1. Which servers have the ability to deny connections based on hostname?
  2. ie
  3.     access    /local/*    *.nz    refuse
  4.     host    /local/*    *    fail
  5.  
  6. would only allow *.nz access to anything in /local and everyone else
  7. would be refused.
  8.  
  9. I ask, because it is a simple step to go from this to
  10.     kdomain    /www/sensitive/budget/*    budget
  11.     kdomain    /www/sensitive/staff/*    staff
  12.  
  13. to define kerberos demesne for files in various locations and do away
  14. entirely with the hostname gumpf.
  15.  
  16. Nat.
  17.  
  18.